home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / Genesis II terrain builder / _SETUP.1 / Genesis2.exe / 0 / RCDATA / TRUNSCRIPTDLG / TRUNSCRIPTDLG.txt
Text File  |  1999-10-16  |  2KB  |  119 lines

  1. object RunScriptDlg: TRunScriptDlg
  2.   Left = 255
  3.   Top = 118
  4.   AutoSize = True
  5.   BorderStyle = bsDialog
  6.   Caption = 'Run Script'
  7.   ClientHeight = 141
  8.   ClientWidth = 313
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 313
  20.     Height = 113
  21.     Shape = bsFrame
  22.   end
  23.   object Label1: TLabel
  24.     Left = 12
  25.     Top = 20
  26.     Width = 43
  27.     Height = 13
  28.     Caption = 'Script file'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 12
  32.     Top = 84
  33.     Width = 44
  34.     Height = 13
  35.     Caption = 'File prefix'
  36.   end
  37.   object Label3: TLabel
  38.     Left = 12
  39.     Top = 52
  40.     Width = 75
  41.     Height = 13
  42.     Caption = 'Output directory'
  43.   end
  44.   object OKBtn: TButton
  45.     Left = 79
  46.     Top = 116
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 0
  53.   end
  54.   object CancelBtn: TButton
  55.     Left = 159
  56.     Top = 116
  57.     Width = 75
  58.     Height = 25
  59.     Cancel = True
  60.     Caption = 'Cancel'
  61.     ModalResult = 2
  62.     TabOrder = 1
  63.   end
  64.   object ScriptSourceEdit: TEdit
  65.     Left = 96
  66.     Top = 16
  67.     Width = 185
  68.     Height = 21
  69.     ReadOnly = True
  70.     TabOrder = 2
  71.   end
  72.   object FileButton: TButton
  73.     Left = 280
  74.     Top = 16
  75.     Width = 25
  76.     Height = 21
  77.     Caption = '...'
  78.     TabOrder = 3
  79.     OnClick = FileButtonClick
  80.   end
  81.   object PrefixEdit: TEdit
  82.     Left = 96
  83.     Top = 80
  84.     Width = 121
  85.     Height = 21
  86.     MaxLength = 30
  87.     TabOrder = 4
  88.   end
  89.   object DirButton: TButton
  90.     Left = 280
  91.     Top = 48
  92.     Width = 25
  93.     Height = 21
  94.     Caption = '...'
  95.     TabOrder = 5
  96.     OnClick = DirButtonClick
  97.   end
  98.   object DirectoryEdit: TEdit
  99.     Left = 96
  100.     Top = 48
  101.     Width = 185
  102.     Height = 21
  103.     TabOrder = 6
  104.   end
  105.   object OpenScriptDialog: TOpenDialog
  106.     Filter = 'Script file (*.srp)|*.srp'
  107.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  108.     Left = 280
  109.     Top = 80
  110.   end
  111.   object DirBrowseFolder: TBrowseFolder
  112.     Flags = [bfFileSysDirsOnly, bfStatusText]
  113.     ShowPathInStatusArea = False
  114.     SyncCustomButton = False
  115.     Left = 248
  116.     Top = 80
  117.   end
  118. end
  119.